home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 376-400 / disk_376 / toollibrary / src / makefile < prev    next >
Makefile  |  1992-05-06  |  993b  |  31 lines

  1. tool.library:    Intui1.o Intui2.o Intui3.o Parser.o StoF.o MatheFunktionen.o PreCom.sym ToolLibrary.o ToolProto.h SimpleMenu.o
  2.     blink with ToolLibrary.lnk
  3.  
  4. PreCom.sym:    A.c ToolProto.h
  5.     lc -b0 -O -fi -cefts -r1 -s -v -ml -ph -oPreCom.sym A.c
  6.  
  7. Intui1.o:    Intui1.c PreCom.sym
  8.     lc -HPreCom.sym  -b0 -O -fi -cefts -r1 -s -v -ml Intui1.c
  9.  
  10. Intui2.o:    Intui2.c PreCom.sym
  11.     lc -HPreCom.sym  -b0 -O -fi -cefts -r1 -s -v -ml Intui2.c
  12.  
  13. Intui3.o:    Intui3.c PreCom.sym
  14.     lc -HPreCom.sym  -b0 -O -fi -cefts -r1 -s -v -ml Intui3.c
  15.  
  16. Parser.o:    Parser.c PreCom.sym
  17.     lc -HPreCom.sym -b0 -O -fi -cefts -r1 -s -v -ml Parser.c
  18.  
  19. MatheFunktionen.o:    MatheFunktionen.c PreCom.sym
  20.     lc -HPreCom.sym  -b0 -O -fi -cefts -r1 -s -v -ml MatheFunktionen.c
  21.  
  22. StoF.o:    StoF.c PreCom.sym
  23.     lc -HPreCom.sym  -b0 -O -fi -cefts -r1 -s -v -ml StoF.c
  24.  
  25. SimpleMenu.o:    SimpleMenu.c PreCom.sym
  26.     lc -HPreCom.sym  -b0 -O -fi -cefts -r1 -s -v -ml SimpleMenu.c
  27.  
  28. ToolLibrary.o: ToolLibrary.asm
  29.     a68k -iLattice_C_4.0.3:assembler_Includes ToolLibrary.asm
  30.  
  31.